home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / September 96 / Re Dragging things other tha.1 < prev    next >
Encoding:
Internet Message Format  |  1996-09-19  |  953 b   |  [TEXT/ttxt]

  1. Subject:     Re: Dragging things other than an outline.
  2. Sent:        9/12/96 2:13 PM
  3. Received:    9/12/96 2:13 PM
  4. From:        Scott Adler <sadler@spss.com>
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List
  7.  
  8.  
  9. >> How can I get my drag to drag things other than just an outline of what
  10. >> is selected. I want to be able to drag a transparent version of what is
  11. >> selected (if possible). Can I override the drag command or selection so
  12. >> ODF draws something other than an outline?
  13. >
  14. >MacOS 7.5.3 supports translucent dragging on PowerPC-based machines. It is
  15. >not currently possible, however, to initiate translucent drags from an
  16. >OpenDoc part.  You can create any ODShape you like to represent the drag
  17. >region by subclassing FW_CDragCommand and overriding CreateDragShape.
  18.  
  19. Is an ODShape just an outline of a region? Can it be a bitmap shape (so I 
  20. can drag pictures around?)
  21.  
  22. -Scott Adler
  23. sadler@spss.com